From 82710adc24359d11c01a80e2bb36a6cb98f2b85f Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 27 Sep 2011 12:51:54 -0400 Subject: [PATCH] mountoperation: fix the build 2d3db3421fd8067dd9c59a0727da239936187cc5 has a typo which broke the build on master. --- gtk/gtkmountoperation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index c1ad3dac3d..05e097a5a1 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1167,7 +1167,7 @@ on_button_press_event_for_process_tree_view (GtkWidget *widget, ret = FALSE; - if (gtk_button_event_triggers_context_menu (event)) + if (gdk_event_triggers_context_menu ((GdkEvent *) event)) { ret = do_popup_menu_for_process_tree_view (widget, event, op); } -- 2.30.2